Credit Control

When subscriptionClosed A billing entity that incurs a charge. Examples include a network attached device whose usage you want to measure and charge for, or a monthly software subscription invoices are produced, payment is generally required within a configurable number of days from the date of invoice. If payment is not made within this timeframe, the subscription usually enters a credit control procedure. These procedures typically involve generating reminders to pay and usually applying a service bar if payment is not forthcoming,

The Credit Control job checks for accounts newly in arrears, existing arrears that need to be escalated and accounts in credit control that have been paid and thus must be taken out of the credit control process.

This job is a scheduled job and typically runs daily.

The Credit Control Job is typically scheduled to run once a day, usually after invoicing and any batch payment jobs have been run. The Credit Control job evaluates:

  • Accounts that are in credit control - to see if they are eligible to exit credit control.
  • Accounts that are not eligible to exit credit control - to see if they need to move onto the next credit control procedure.
  • Accounts that are not in credit control - to see if they are eligible to be added onto credit control.

The job can run the following modes:

On completion:

 

The following daemon is associated with Credit Control:

Daemon Details
Extract Credit Control To Generic Format This daemon creates and encrypts generic CMP files, which are available for conversion to third party format.

The following probes can be run against the Credit Control job:

Name Type Description
Credit Control Verification Time Since Last Run Alert Alert probe that returns how long in minutes since the Credit Control job last ran in Full Mode.
Credit Control Batch Completed Alert Alert probe that returns the number of times the Credit Control Job has run today. A value of zero indicates that the job has not run today and an alert will be sent to the recipients configured for this probe.

Relevant JSON schemaClosed A specification for JSON based format for defining the structure of JSON data.: